From fee24f784953733554f400463a44fa9ecb5203ec Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 12 Jan 2014 17:26:24 +0000 Subject: [PATCH] ralink: don't build mkhilinkfw untilt he ssl header dependency is resolved Signed-off-by: John Crispin SVN-Revision: 39248 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 309189b..585090e 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ define Host/Compile $(call cc,fix-u-media-header cyg_crc32,-Wall) $(call cc,hcsmakeimage bcmalgo) $(call cc,mkporayfw, -Wall) - $(call cc,mkhilinkfw, -lcrypto) + #$(call cc,mkhilinkfw, -lcrypto) $(call cc,mkdcs932, -Wall) endef -- 2.30.2